Html Css Color HEX #AF2FB2 Dark Orchid

📋 copy color: '#AF2FB2'

red 175 ◦ green 47 ◦ blue 178

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

Shades of Dark Orchid #AF2FB2

Tints of Dark Orchid #AF2FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 43.75%
G = 11.75%
B = 44.5%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AF2FB2 (or 0xAF2FB2) is known color: Dark Orchid. HEX triplet: AF, 2F and B2. RGB value is (175,47,178). Sum of RGB (Red+Green+Blue) = 175+47+178=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF2FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2FB2 is #50D04D. Grayscale: #636363. Windows color (decimal): -5296206 or 11677615. OLE color: 11677615.

HSL color Cylindrical-coordinate representation of color #AF2FB2: hue angle of 298.63º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF2FB2 is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 47 178 -
CMYK 0.02 0.74 0 0.30
HSL 298.63º 0.58% 0.44% -
HSV(B) 298.63º 0.74% 0.7% -
XYZ 26.73 14.36 43.48 -
YUV 100.21 171.91 181.35 -
System Red Green Blue C M Y K H S L
Decimal 175 47 178 0.02 0.74 0 0.30 298.63 0.58 0.44
Hex AF 2F B2 2 4A 0 1E 12B 3A 2C
Octal 257 57 262 2 112 0 36 453 72 54
Binary 10101111 101111 10110010 10 1001010 0 11110 100101011 111010 101100

Color Harmonies of #AF2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2FB2

Black with #AF2FB2

Text Example


Text Example

White with #AF2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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