Html Css Color HEX #AF2FCB Dark Orchid

📋 copy color: '#AF2FCB'

red 175 ◦ green 47 ◦ blue 203

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

Shades of Dark Orchid #AF2FCB

Tints of Dark Orchid #AF2FCB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.06%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 41.18%
G = 11.06%
B = 47.76%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF2FCB (or 0xAF2FCB) is known color: Dark Orchid. HEX triplet: AF, 2F and CB. RGB value is (175,47,203). Sum of RGB (Red+Green+Blue) = 175+47+203=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #AF2FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2FCB is #50D034. Grayscale: #666666. Windows color (decimal): -5296181 or 13316015. OLE color: 13316015.

HSL color Cylindrical-coordinate representation of color #AF2FCB: hue angle of 289.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2FCB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 47 203 -
CMYK 0.14 0.77 0 0.20
HSL 289.23º 0.62% 0.49% -
HSV(B) 289.23º 0.77% 0.8% -
XYZ 29.48 15.46 57.93 -
YUV 103.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 175 47 203 0.14 0.77 0 0.20 289.23 0.62 0.49
Hex AF 2F CB E 4D 0 14 121 3E 31
Octal 257 57 313 16 115 0 24 441 76 61
Binary 10101111 101111 11001011 1110 1001101 0 10100 100100001 111110 110001

Color Harmonies of #AF2FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FCB

Black with #AF2FCB

Text Example


Text Example

White with #AF2FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FCB; }

 p { color: rgb(175,47,203); }

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

background-color css

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

 a { background-color: rgb(175,47,203); }

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

border-color css

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

 span { border-color: rgb(175,47,203); }

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