Html Css Color HEX #AF2BBF Dark Orchid

📋 copy color: '#AF2BBF'

red 175 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #AF2BBF

Tints of Dark Orchid #AF2BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.7%

R = 42.79%
G = 10.51%
B = 46.7%

CMYK

 C value IS 0.08

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF2BBF (or 0xAF2BBF) is known color: Dark Orchid. HEX triplet: AF, 2B and BF. RGB value is (175,43,191). Sum of RGB (Red+Green+Blue) = 175+43+191=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF2BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BBF is #50D440. Grayscale: #626262. Windows color (decimal): -5297217 or 12528559. OLE color: 12528559.

HSL color Cylindrical-coordinate representation of color #AF2BBF: hue angle of 293.51º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2BBF is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 43 191 -
CMYK 0.08 0.77 0 0.25
HSL 293.51º 0.63% 0.46% -
HSV(B) 293.51º 0.77% 0.75% -
XYZ 27.95 14.6 50.64 -
YUV 99.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 175 43 191 0.08 0.77 0 0.25 293.51 0.63 0.46
Hex AF 2B BF 8 4D 0 19 126 3F 2E
Octal 257 53 277 10 115 0 31 446 77 56
Binary 10101111 101011 10111111 1000 1001101 0 11001 100100110 111111 101110

Color Harmonies of #AF2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BBF

Black with #AF2BBF

Text Example


Text Example

White with #AF2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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