Html Css Color HEX #AF29CF Dark Orchid

📋 copy color: '#AF29CF'

red 175 ◦ green 41 ◦ blue 207

#AF29CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF29CF

Tints of Dark Orchid #AF29CF

RGB

 RED value IS 175 (68.75% from 255) = 41.37%

 GREEN value IS 41 (16.41% from 255) = 9.69%

 BLUE value IS 207 (81.25% from 255) = 48.94%

R = 41.37%
G = 9.69%
B = 48.94%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF29CF (or 0xAF29CF) is known color: Dark Orchid. HEX triplet: AF, 29 and CF. RGB value is (175,41,207). Sum of RGB (Red+Green+Blue) = 175+41+207=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 41 (16.41% from 255 or 9.69% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF29CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29CF is #50D630. Grayscale: #636363. Windows color (decimal): -5297713 or 13576623. OLE color: 13576623.

HSL color Cylindrical-coordinate representation of color #AF29CF: hue angle of 288.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF29CF is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 41 207 -
CMYK 0.15 0.80 0 0.19
HSL 288.43º 0.67% 0.49% -
HSV(B) 288.43º 0.8% 0.81% -
XYZ 29.73 15.2 60.4 -
YUV 99.99 188.39 181.5 -
System Red Green Blue C M Y K H S L
Decimal 175 41 207 0.15 0.80 0 0.19 288.43 0.67 0.49
Hex AF 29 CF F 50 0 13 120 43 31
Octal 257 51 317 17 120 0 23 440 103 61
Binary 10101111 101001 11001111 1111 1010000 0 10011 100100000 1000011 110001

Color Harmonies of #AF29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29CF

Black with #AF29CF

Text Example


Text Example

White with #AF29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29CF; }

 p { color: rgb(175,41,207); }

 H1.HeaderClassName
 {
   color: #AF29CF;
 }
 .AnyTagClassName
 {
   color: #AF29CF;
 }
</style>

background-color css

<style>
 a { background-color: #AF29CF; }

 a { background-color: rgb(175,41,207); }

 div.DivClassName
 {
   background-color: #AF29CF;
 }
 .BgClassName
 {
   background-color: #AF29CF;
 }
</style>

border-color css

<style>
 span { border-color: #AF29CF; }

 span { border-color: rgb(175,41,207); }

 td.TdClassName
 {
   border-color: #AF29CF;
 }
 .TagClassName
 {
   border-color: #AF29CF;
 }
</style>