Html Css Color HEX #AF2BCE Dark Orchid

📋 copy color: '#AF2BCE'

red 175 ◦ green 43 ◦ blue 206

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

Shades of Dark Orchid #AF2BCE

Tints of Dark Orchid #AF2BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.14%

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 41.27%
G = 10.14%
B = 48.58%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF2BCE (or 0xAF2BCE) is known color: Dark Orchid. HEX triplet: AF, 2B and CE. RGB value is (175,43,206). Sum of RGB (Red+Green+Blue) = 175+43+206=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 43 (17.19% from 255 or 10.14% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF2BCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BCE is #50D431. Grayscale: #646464. Windows color (decimal): -5297202 or 13511599. OLE color: 13511599.

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

Color convert

RGB 175 43 206 -
CMYK 0.15 0.79 0 0.19
HSL 288.59º 0.65% 0.49% -
HSV(B) 288.59º 0.79% 0.81% -
XYZ 29.68 15.3 59.78 -
YUV 101.05 187.23 180.75 -
System Red Green Blue C M Y K H S L
Decimal 175 43 206 0.15 0.79 0 0.19 288.59 0.65 0.49
Hex AF 2B CE F 4F 0 13 121 41 31
Octal 257 53 316 17 117 0 23 441 101 61
Binary 10101111 101011 11001110 1111 1001111 0 10011 100100001 1000001 110001

Color Harmonies of #AF2BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BCE

Black with #AF2BCE

Text Example


Text Example

White with #AF2BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BCE; }

 p { color: rgb(175,43,206); }

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

background-color css

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

 a { background-color: rgb(175,43,206); }

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

border-color css

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

 span { border-color: rgb(175,43,206); }

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