Html Css Color HEX #AF2CBD Dark Orchid

📋 copy color: '#AF2CBD'

red 175 ◦ green 44 ◦ blue 189

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

Shades of Dark Orchid #AF2CBD

Tints of Dark Orchid #AF2CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.78%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 42.89%
G = 10.78%
B = 46.32%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF2CBD (or 0xAF2CBD) is known color: Dark Orchid. HEX triplet: AF, 2C and BD. RGB value is (175,44,189). Sum of RGB (Red+Green+Blue) = 175+44+189=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 44 (17.58% from 255 or 10.78% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF2CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CBD is #50D342. Grayscale: #636363. Windows color (decimal): -5296963 or 12397743. OLE color: 12397743.

HSL color Cylindrical-coordinate representation of color #AF2CBD: hue angle of 294.21º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2CBD is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 44 189 -
CMYK 0.07 0.77 0 0.26
HSL 294.21º 0.62% 0.46% -
HSV(B) 294.21º 0.77% 0.74% -
XYZ 27.77 14.59 49.5 -
YUV 99.7 178.4 181.71 -
System Red Green Blue C M Y K H S L
Decimal 175 44 189 0.07 0.77 0 0.26 294.21 0.62 0.46
Hex AF 2C BD 7 4D 0 1A 126 3E 2E
Octal 257 54 275 7 115 0 32 446 76 56
Binary 10101111 101100 10111101 111 1001101 0 11010 100100110 111110 101110

Color Harmonies of #AF2CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CBD

Black with #AF2CBD

Text Example


Text Example

White with #AF2CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CBD; }

 p { color: rgb(175,44,189); }

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

background-color css

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

 a { background-color: rgb(175,44,189); }

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

border-color css

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

 span { border-color: rgb(175,44,189); }

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